NoSQL operator: setnames

Set new column names on the input table.

Usage: setnames [options] newname [newname ...]

Options:
    --input (-i) 'file'
      Read input from 'file' instead of STDIN.

    --output (-o) 'file'
      Write output to 'file' instead of STDOUT.

    --help (-h)
      Display this help text.

    --show-copying
      Display program copying conditions.

    --show-warranty
      There is absolutely no warranty for this program.
      Invoke the program with this option for details.

Notes:

Uses the names listed on the command line as the new column names on
output, in place of the original input names. If not enough new names
are specified, then the remaining original input names will be printed
on output unchanged. If more new names than input columns are specified,
then the extra names are silently ignored. This program is mainly used
by 'nblparser'.
Back